home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +CSDUDES.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = I:\BCPP3\LIB;I:\BCPP3\TVISION\LIB;i:\LIBS\PXENGINE\C;
- INCLUDEPATH = I:\BCPP3\INCLUDE;I:\LIBS\INCLUDE;i:\LIBS\PXENGINE\C;I:\BCPP3\TVISION\INCLUDE;
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- i:\libs\pxengine\c\pxengtcl.lib \
- pdxfld.obj \
- pdxtbl.obj \
- cscctr.obj \
- csperson.obj \
- csdudes.obj
-
- # *Explicit Rules*
- csdudes.exe: csdudes.cfg $(EXE_dependencies)
- $(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
- c0l.obj+
- pdxfld.obj+
- pdxtbl.obj+
- cscctr.obj+
- csperson.obj+
- csdudes.obj
- csdudes
- # no map file
- i:\libs\pxengine\c\pxengtcl.lib+
- tv.lib+
- emu.lib+
- mathl.lib+
- cl.lib
- |
-
-
- # *Individual File Dependencies*
- pdxfld.obj: csdudes.cfg pdxfld.cpp
-
- pdxtbl.obj: csdudes.cfg pdxtbl.cpp
-
- cscctr.obj: csdudes.cfg cscctr.cpp
-
- csperson.obj: csdudes.cfg csperson.cpp
-
- csdudes.obj: csdudes.cfg csdudes.cpp
-
- # *Compiler Configuration File*
- csdudes.cfg: csdudes.mak
- copy &&|
- -ml
- -vi-
- -H=CSDUDES.SYM
- -w-ret
- -w-nci
- -w-inl
- -wpin
- -wamb
- -wamp
- -w-par
- -wasm
- -wcln
- -w-cpt
- -wdef
- -w-dup
- -w-pia
- -wsig
- -wnod
- -w-ill
- -w-sus
- -wstv
- -wucp
- -wuse
- -w-ext
- -w-ias
- -w-ibc
- -w-pre
- -w-nst
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- | csdudes.cfg
-
-